home *** CD-ROM | disk | FTP | other *** search
/ Digital Photo Album: Houko Kuwashima / Digital Photo Album: Houko Kuwashima.iso / movtable.dxr / 00065.ls < prev    next >
Encoding:
Text File  |  1998-10-08  |  208 b   |  11 lines

  1. on mouseUp
  2.   puppetSound(1, "CLICK.aif")
  3.   if not soundBusy(2) then
  4.     puppetSound(2, "additions.aif")
  5.   end if
  6.   if not (the frame = 2) then
  7.     set the movieRate of sprite 32 to 0
  8.   end if
  9.   go("no5")
  10. end
  11.